//==============================================================================
// Troll_anim.txt
// Fixed the missing eclipse SFX(death)~WarriorMario
//==============================================================================
define eclipseSFX
{
   SetSelector
   {
		TechLogic none/Eclipse Active
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle SFX A Eclipse Unit effect
			}
		}		    
   }
}

//==============================================================================
define scythe
{
   set hotspot
   {
      version
      {
         Visual Attachments N Sword Standard
      }
   }
}

//==============================================================================
define birthrocks
{
   set hotspot
   {
      version
      {
         Visualparticle Special E MInion Birth Rocks
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E MInion_BirthA
			ReplaceTexture special e minion map/Minion Hela
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.00 false MinionBirth checkVisible checkOwner
//-- end auto generated section
            connect righthand scythe hotspot
			connect ATTACHPOINT birthrocks hotspot
			connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E MInion_idleA
			ReplaceTexture special e minion map/Minion Hela
            connect righthand scythe hotspot
			connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E MInion_FlailA
			ReplaceTexture special e minion map/Minion Hela
            connect righthand scythe hotspot
			connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Minion_walkA
			ReplaceTexture special e minion map/Minion Hela
            connect righthand scythe hotspot
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
			connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual Special E Minion_boredA
			ReplaceTexture special e minion map/Minion Hela
            connect righthand scythe hotspot
			connect hotspot eclipseSFX hotspot
         }
         version
         {
            Visual Special E Minion_boredB
			ReplaceTexture special e minion map/Minion Hela
            connect righthand scythe hotspot
			connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none 
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual Special E MInion_deathA
			ReplaceTexture special e minion map/Minion Hela
            connect righthand scythe hotspot
		connect hotspot eclipseSFX hotspot
         }
         version
         {
            Visual Special E MInion_deathb
			ReplaceTexture special e minion map/Minion Hela
            connect righthand scythe hotspot
		connect hotspot eclipseSFX hotspot
         }
         version
         {
            Visual Special E MInion_deathc
			ReplaceTexture special e minion map/Minion Hela
            connect righthand scythe hotspot
		connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector none 
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual Special E MInion_attackA
			ReplaceTexture special e minion map/Minion Hela
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.47 true   
            tag GenericSound 0.40 true   
//-- end auto generated section
            connect righthand scythe hotspot
			connect hotspot eclipseSFX hotspot
         }
         version
         {
            Visual Special E MInion_attackB
			ReplaceTexture special e minion map/Minion Hela
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.29 true   
            tag GenericSound 0.40 true   
//-- end auto generated section
            connect righthand scythe hotspot
			connect hotspot eclipseSFX hotspot
         }
      }
   }
}
